.banner-1-link {
    font-family: Oswald, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}
@media (min-width: 413px) {
    .banner-1-link {
        font-size: 9px;
    }
}
@media (max-width: 600px) {
    .banner-1-link {
        font-size: 8px;
    }
    @supports (font-size: calc(calc(clamp(7px, 2.2vw, 13px)))) {
        .banner-1-link {
            font-size: clamp(7px, 2.6vw, 13px);
        }
    }
}
@media (min-width: 601px) {
    .banner-1-link {
        font-size: 10px;
    }
}
@media (min-width: 1025px) {
    .banner-1-link {
        font-size: 14px;
    }
}
@media (min-width: 601px) {
    @supports (font-size: calc(clamp(9px, 3.5vw, 14px))) {
        .banner-1-link {
            font-size: clamp(8px, 1.1vw, 14px);
        }
    }
}


.banner-1-link .flex{
	justify-content: center;
}

.banner-1-link .flex{
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 601px) {
	.banner-1-link .flex{
		flex-direction: row;
	}
}

.banner-1-wrapper {
    width: 100%;
    height: 100%;
    padding: 1em 0;
}
.rich-hero-banner-1 {
    margin: 0 auto;
}
@media (max-width: 767px) {
    .rich-hero-banner-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}
@media (min-width: 767px) {
    .rich-hero-banner-1 {
        padding-top: 5em;
    }
}

.rich-hero-banner-1__column--left {
    padding: 0 1em;
    margin-bottom: 1em;
}

@media (min-width: 601px) {
	.rich-hero-banner-1__column--left {
	    margin-bottom: 0em;
	    margin-right: 1em;
	}
}

@media (min-width: 768px) {
    .rich-hero-banner-1__column--left {
        padding: 0;
    }
}
.rich-hero-banner-1__column--right {
    padding: 0 .5em;
}
.rich-hero-banner-1__title {
    font-weight: 700;
    letter-spacing: -2px;
}

.rich-hero-banner-1__title--top {
	font-size: 9em;
    line-height: 1em;
    color: #fff;
}

@media (min-width: 601px) {
    .rich-hero-banner-1__title--top {
		font-size: 11em;
	    line-height: 1em;
	    color: #fff;
	}
}




.rich-hero-banner-1__title--bottom {
    font-size: 2.6em;
    color: #fff;
    letter-spacing: 0.01em;
}

@media (min-width: 601px) {
    .rich-hero-banner-1__title--bottom {
	    font-size: 3.6em;
	    letter-spacing: -2px;
	}
}

.rich-hero-banner-1__sub-title {
    font-size: 1.7em;
    font-weight: 500;
    display: inline;
    white-space: nowrap;
    padding-bottom: 1em;
    margin: 0 auto;
    border: 0.25em solid #fff;
    border-radius: 20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

@media (min-width: 601px) {
	.rich-hero-banner-1__sub-title {
		margin-top: 0.35em;
	}
}

.rich-hero-banner-1__sub-title > * {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.rich-hero-banner-1__sub-title--text {
    line-height: 0;
    text-align: left;
    margin-left: 0.1em;
    color: #fff;
}

.rich-hero-banner-1__sub-title--container {
    padding-bottom: 0.2em;
    width: 14.3em;
}


.banner-1-link__small-price .rich-hero-banner-1__sub-title--container {
    width: 11.3em;
}

.rich-hero-banner-1__sub-title--price {
    font-size: 6.5em;
    line-height: 1em;
    display: inline-block;
    color: #faf463;
}


.rich-hero-banner-1__sub-title--vertical {
    display: inline-block;
    transform: rotate(-90deg) translateX(1.75em);
    -webkit-transform: rotate(-90deg) translateX(1.75em);
    -ms-transform: rotate(-90deg) translateX(1.75em);
    margin-left: -1.5em;
    color: #fff;
    font-size: 1.2em;
}

.rich-hero-banner-1__sub-title--legend {
    display: inline-block;
    position: relative;
    font-size: 1em;
    letter-spacing: 0.21em;
    padding-left: 1em;
    padding-right: 0.15em;
}
.rich-hero-banner-1__terms-text {
    font-size: 0.85em;
    font-weight: 200;
    text-transform: none;
    padding: 0 1.25em;
}

